projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9257d37
)
(XTflush): FIx typo in last change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Dec 1993 09:06:44 +0000
(09:06 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 26 Dec 1993 09:06:44 +0000
(09:06 +0000)
src/xterm.c
patch
|
blob
|
history
diff --git
a/src/xterm.c
b/src/xterm.c
index 5df8f37b0d6bf8ff9e10d430aab5291cc4d1da6b..c4a4d18829a43e11ff867de3276776fcb685f54d 100644
(file)
--- a/
src/xterm.c
+++ b/
src/xterm.c
@@
-871,7
+871,7
@@
XTflash (f)
{
struct timeval wakeup, now;
- EMACS_GET_TIME (
&
wakeup);
+ EMACS_GET_TIME (wakeup);
/* Compute time to wait until, propagating carry from usecs. */
wakeup.tv_usec += 150000;
@@
-883,7
+883,7
@@
XTflash (f)
{
struct timeval timeout;
- EMACS_GET_TIME (
&
timeout);
+ EMACS_GET_TIME (timeout);
/* In effect, timeout = wakeup - timeout.
Break if result would be negative. */